home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00281.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  372 b   |  14 lines

  1. on exitFrame
  2.   global s4, e4, s5, e5, s6, e6
  3.   set s4 to the number of cast "vbstart"
  4.   set s5 to s4
  5.   set e4 to the number of cast "end"
  6.   set e5 to e4
  7.   set s6 to the number of cast "vastart"
  8.   set e6 to the number of cast "vaend"
  9.   set the cursor of sprite 4 to [50, 51]
  10.   set the cursor of sprite 5 to [50, 51]
  11.   set the cursor of sprite 6 to [50, 51]
  12.   movPrep()
  13. end
  14.